From f23952fbe4b84435aaa68d22cff300e3660f3aca Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Tue, 13 Jan 2015 18:17:20 +0000 Subject: [PATCH] xen/arm: Remove the define INVALID_GFN from arch-arm/grant_table.h The define INVALID_GFN is misplaced in arch-arm/grant_table.h and is never used in neither in ARM nor in the common code. Therefore we can safely remove it. Signed-off-by: Julien Grall Acked-by: Ian Campbell --- xen/include/asm-arm/grant_table.h | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/include/asm-arm/grant_table.h b/xen/include/asm-arm/grant_table.h index 0edad67786..88ee3c65f8 100644 --- a/xen/include/asm-arm/grant_table.h +++ b/xen/include/asm-arm/grant_table.h @@ -3,7 +3,6 @@ #include -#define INVALID_GFN (-1UL) #define INITIAL_NR_GRANT_FRAMES 1 void gnttab_clear_flag(unsigned long nr, uint16_t *addr); -- 2.30.2